home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / fckdemo1.zip / DATATYPE.LST < prev    next >
File List  |  1994-04-12  |  1KB  |  50 lines

  1.  FORCHECK PC V11.10  MS5 compiler emulation  20-Jan-94  11:23:02  page: 1
  2.  DATATYPE.FOR  
  3.  
  4.  
  5.       1 c
  6.       2 c                       FORCHECK
  7.       3 c               Data Type Verification
  8.       4 c
  9.       5         READ *, i
  10.       6 
  11.       7         iflag = 0
  12.       8         IF (i .EQ. 10) iflag = 1
  13.       9 
  14.      10         IF (iflag) print *, i
  15.      11 
  16.    iflag
  17.  **[104 E] logical or relational expression expected
  18.      12         END
  19.  
  20.  FORCHECK PC V11.10          .MAIN.          20-Jan-94  11:23:02  page: 2
  21.  DATATYPE.FOR  
  22.  
  23.  
  24.  ENTRY          TYPE NARG  LINE
  25.  
  26.     .MAIN.         P
  27.  
  28.  
  29.  VARIABLE  TYPE     RANK  OPERATIONS  LINES
  30.  
  31.     I       I*4                 I  RO  5#  8  10
  32.     IFLAG   I*4                A   R   7#  8# 10
  33.  
  34.  FORCHECK PC V11.10  MS5 compiler emulation  20-Jan-94  11:23:02  page: 3
  35.  
  36.  
  37.  *END OF ANALYSIS*
  38.  
  39.  messages presented:
  40.     1x[104 E] logical or relational expression expected
  41.  
  42.  number of error messages:                1
  43.  
  44.                                       total  not-included
  45.  number of noncomment source lines:       5             5
  46.  number of nonempty comment lines:        2             2
  47.  number of statements:                    5             5
  48.  number of subprograms:                   1
  49.  number of source files:                  1
  50.